Skip to content
This repository was archived by the owner on Jun 7, 2026. It is now read-only.

chore(gateway): remove legacy userEmail/INBOX_ZERO fields - #76

Merged
matthew-petty merged 1 commit into
mainfrom
fix/71-remove-legacy-user-email
Dec 27, 2025
Merged

chore(gateway): remove legacy userEmail/INBOX_ZERO fields#76
matthew-petty merged 1 commit into
mainfrom
fix/71-remove-legacy-user-email

Conversation

@matthew-petty

Copy link
Copy Markdown
Member

Summary

  • Remove unused userEmail field from all API request schemas
  • Remove INBOX_ZERO_* environment variable handling from buildClaudeEnv
  • Regenerate OpenAPI spec to reflect the changes

This was leftover code from a prototype email inbox assistant that is no longer active.

Notes

Neither the TypeScript nor Python SDK exposed userEmail in their public API, so this is a non-breaking change. The chore: commit type ensures release-please will not treat this as a breaking change.

Closes #71

Remove unused `userEmail` field from all API request schemas and
`INBOX_ZERO_*` environment variable handling. This was leftover
from a prototype email inbox assistant that is no longer active.

Neither the TypeScript nor Python SDK exposed `userEmail` in their
public API, so this is a non-breaking change.

Closes #71
@codecov

codecov Bot commented Dec 27, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@matthew-petty
matthew-petty merged commit 5e3259d into main Dec 27, 2025
3 checks passed
@matthew-petty
matthew-petty deleted the fix/71-remove-legacy-user-email branch December 27, 2025 16:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: remove legacy userEmail/INBOX_ZERO fields

1 participant